home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / dhcp / dhcp-config.hlp.z / dhcp-config.hlp
Encoding:
Text File  |  1997-07-30  |  2.9 KB  |  74 lines

  1. #!/usr/bin/perl5
  2. #
  3. # dhcp-config.hlp
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: dhcp-config.hlp,v 1.9 1997/04/17 21:22:55 shotes Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <FORM>
  26. <H2>Configuring DHCP Server Options</H2>
  27. <P>
  28. Clients contact the DHCP server at boot time to request an
  29. Internet address and configuration information.  The information
  30. that clients receive is contained in files in the 
  31. <VAR>/var/dhcp/config</VAR> directory.  This directory 
  32. contains a separate configuration file for each network or subnet
  33. in an organization. When you configure the DHCP server, 
  34. you specify the configuration information that will be contained in the 
  35. DHCP file for clients on a particular network. 
  36. </P>
  37. Use this form to set these client parameters: 
  38. <P>
  39.  
  40. <STRONG>Add New Subnet:</STRONG> This field allows you to 
  41. add networks to the DHCP service.  To add a network, enter the network 
  42. number for the network that is to be served by DHCP. Use dotted decimal 
  43. (such as 1.2.3.0) or hexadecimal (such as 0x01020300) notation in your 
  44. entry.  Click the <VAR>Add New Subnet</VAR> button to display the Basic 
  45. Options form, which allows you to enter general DHCP configuration 
  46. parameters for this new network (you can also access advanced options 
  47. from the Basic Options form). Completing the Basic Options form for a 
  48. network adds the network to the list of existing subnet configurations 
  49. (below).
  50. </P>
  51. (Default value: none)
  52. <P>
  53. <STRONG>Edit Existing Subnet:</STRONG> This list contains the network 
  54. number for each network that is currently receiving DHCP services.
  55. To change the configuration for a network, select a network from the list
  56. and click the <VAR>Edit Existing Subnet</VAR> button. This displays the 
  57. Basic Options form for the network and allows you to change its DHCP 
  58. configuration parameters.  
  59. </P>
  60. (Default value: none)
  61. <P>
  62. <STRONG>Delete Existing Subnet:</STRONG> 
  63. To remove DHCP services for a network, select a network from the list and 
  64. click the <VAR>Delete Existing Subnet</VAR> button to remove it. Then click 
  65. the <VAR>Ok</VAR> button to put the changes in effect.
  66. </P>
  67. (Default value: none)
  68. <P>
  69. <CENTER>
  70. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  71. </CENTER>
  72. </FORM>
  73. EndOfFile
  74.